plug: Remove size_allocate handler
authorCarlos Garnacho <carlosg@gnome.org>
Thu, 9 Apr 2015 12:09:42 +0000 (14:09 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Mon, 13 Apr 2015 10:37:39 +0000 (12:37 +0200)
commitfe7bc84c891ed5b47115cb42c58fca19b02990e1
tree73ace5f36f0f7fdbd3f0e4be0b2df96f1c6e3890
parent3873f581a85ca616ab535f840d55b56b06ea129b
plug: Remove size_allocate handler

Since windows can be intermediate containers this is somewhat redundant,
plus gtk_window_size_allocate() will do additional things like allocating
the popovers, which was mistakenly skipped by local plugs not chaining up.

https://bugzilla.gnome.org/show_bug.cgi?id=747553
gtk/gtkplug.c